github.com/vmihailenco/msgpack/v5.Decoder.structTag (field)

5 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode.go#L75: 	structTag  string
		decode.go#L100: 	d.structTag = ""
		decode.go#L141: 	d.structTag = tag
		decode_map.go#L296: 	fields := structs.Fields(v.Type(), d.structTag)
		decode_map.go#L316: 	fields := structs.Fields(v.Type(), d.structTag)